Version

GetString(CultureInfo,String,Object[]) Method

Syntax
'Declaration
 
Public Overloads Shared Function GetString( _
   ByVal culture As System.Globalization.CultureInfo, _
   ByVal name As System.String, _
   ByVal ParamArray args() As System.Object _
) As System.String
public static System.string GetString( 
   System.Globalization.CultureInfo culture,
   System.string name,
   params System.object[] args
)
public: static System.string* GetString( 
   System.Globalization.CultureInfo* culture,
   System.string* name,
   params System.Object*[]* args
) 

Parameters

culture
name
args
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also